

a {
    color: #666666;
}

.row-vertical-center {
    display: flex;
    align-items: center;
}

.margin-center {
    margin: auto;
}
/**/
.col-xs-per20,
.col-sm-per20,
.col-md-per20,
.col-lg-per20,
.col-xs-per30,
.col-sm-per30,
.col-md-per30,
.col-lg-per30,
.col-xs-per40,
.col-sm-per40,
.col-md-per40,
.col-lg-per40,
.col-xs-per60,
.col-sm-per60,
.col-md-per60,
.col-lg-per60,
.col-xs-per70,
.col-sm-per70,
.col-md-per70,
.col-lg-per70,
.col-xs-per80,
.col-sm-per80,
.col-md-per80,
.col-lg-per80 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-per20 {
    width: 20%;
    float: left;
}
.col-xs-per30 {
    width: 30%;
    float: left;
}
.col-xs-per40 {
    width: 40%;
    float: left;
}
.col-xs-per60 {
    width: 60%;
    float: left;
}
.col-xs-per70 {
    width: 70%;
    float: left;
}
.col-xs-per80 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-per20 {
        width: 20%;
        float: left;
    }
    .col-sm-per30 {
        width: 30%;
        float: left;
    }
    .col-sm-per40 {
        width: 40%;
        float: left;
    }
    .col-sm-per60 {
        width: 60%;
        float: left;
    }
    .col-sm-per70 {
        width: 70%;
        float: left;
    }
    .col-sm-per80 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-per20 {
        width: 20%;
        float: left;
    }
    .col-md-per30 {
        width: 30%;
        float: left;
    }
    .col-md-per40 {
        width: 40%;
        float: left;
    }
    .col-md-per60 {
        width: 60%;
        float: left;
    }
    .col-md-per70 {
        width: 70%;
        float: left;
    }
    .col-md-per80 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-per20 {
        width: 20%;
        float: left;
    }
    .col-lg-per30 {
        width: 30%;
        float: left;
    }
    .col-lg-per40 {
        width: 40%;
        float: left;
    }
    .col-lg-per60 {
        width: 60%;
        float: left;
    }
    .col-lg-per70 {
        width: 70%;
        float: left;
    }
    .col-lg-per80 {
        width: 80%;
        float: left;
    }
}

 



.red {
    color: #DE241C;
}

a:hover {
    text-decoration: none;
}

a .fa {
    padding-left: 5px;
    padding-right: 5px;
}

.search-inp {
    border: 1px solid #00b1ff;
    border-right: none;
    margin-top: 40px;
    width: 90%;
    height: 36px;
    margin-right: -2px;
    position: relative;
    /*right:87px;*/
}




.kj-top {
    line-height: 40px;
    background-color: #f4f4f4;
    font-size: 13px;
    color: #666666;
}
    .kj-top .container {
        background-color: #f5f5f5;
    }

    .kj-top p {
        margin: 0px;
        padding: 0px;
    }


.kj_loginreg a {
    padding: 0px 8px;
}

.kj_loginreg span a:first-child {
    border-right: 1px solid #D7D7D7;
}

.kj_loginreg i {
    margin-right: 5px;
}

.kj-top-rights {
    text-align: right;
}

    .kj-top-rights a {
        color: #666666;
        margin-left: 10px;
    }

        .kj-top-rights a:hover {
            text-decoration: none;
        }

.kj-logo-area-row {
    height: 125px;
}

.kj-search-hight {
}
    .kj-search-hight img{
        margin-right:0px !important;
        display:inline-block;
    }
.kj-search-query{
    border-width:2px;
}

.kj-left-list-group a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #01973e !important;
}
.kj-search-form .form-control {
    height: 40px;
    border-radius: 0px;
    border-color: #01973e;
    background-repeat: no-repeat;
    background-position: 3% 50%;
    text-indent: 35px;
}

.kj-search-form .kj-btn-topsearch {
    height: 40px;
    border-radius: 0px;
    background-color: #01973e;
    color: #fff;
    border-color: #01973e;
    width: 65px;
}

.kj-search-form-box {
    margin-left: -30px;
    margin-top: 5px;
}
.kj-newitem-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    min-height: 225px;
}

    .kj-newitem-image:hover {
        transform: scale(0.8);
        transition: 0.6s;
    }

.kj-pro-bread {
    background: #f9fafc;
    height: 45px;
    margin-bottom: 10px;
}
/*搜索结果页*/
.kj-pro-sort {
    border: 1px solid #dddddd;
}

/*产品详情页*/
.kj-prodetail-img {
    border: 1px solid #dddddd;
    height: 368px;
    display: flex;
    align-items: center;
}

    .kj-prodetail-img img {
        align-items: center;
        margin: 0 auto;
    }

.kj-prodetail-smimg a {
    display: inline-block;
    border: 2px solid #dddddd;
}

.kj-proname {
    font-size: 26px;
    color: #333333;
}

.kj-proenname {
    color: #333333;
    padding: 12px 0 26px 0;
    line-height: 25px;
    font-size: 15px;
}

    .kj-proenname span {
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }

.kj-proinfo-price-youhui {
    color: #004aeb;
    /* padding-top: 5px; */
    display: inline-block;
    /* text-decoration: line-through; */
    font-size: 30px;
}

.kj-pronum {
    color: #666666;
    padding: 5px 0;
}

    .kj-pronum > span {
        display: inline-block;
        width: 200px;
    }

.kj-prodetail-price {
    background-color: #f8f8f8;
    margin-top: 10px;
    padding: 20px 15px;
}

    .kj-prodetail-price table {
        margin-bottom: 0;
    }

        .kj-prodetail-price table > tbody > tr > td {
            border-top: inherit;
        }

            .kj-prodetail-price table > tbody > tr > td:first-child {
                width: 10%;
                color: #666666;
            }

            .kj-prodetail-price table > tbody > tr > td > del {
                font-size: 22px;
                color: #eb3242;
            }

            .kj-prodetail-price table > tbody > tr > td > a {
                text-decoration: underline
            }

.kj-prodetail-num {
    color: #666666;
    padding-top: 35px;
    padding-left: 25px;
    padding-bottom: 20px;
}

.kj-cpxq-w5-1 {
    font-size: 16px;
    color: #fff;
    padding: 13px 38px 13px 37px;
    background-color: #01973e;
    margin: 10px 0px 15px 20px;
    border: 1px solid #01973e;
}

.kj-cpxq-w5-2 {
    font-size: 16px;
    color: #fff;
    padding: 13px 38px 13px 37px;
    background-color: #01973e;
    margin: 10px 0px 15px 20px;
    border: 1px solid #01973e;
}
.kj-proinfo-price {
    color: #f91114;
    /* padding-top: 5px; */
    display: inline-block;
    text-decoration: line-through;
    font-size: 30px;
}
.kj-proinfo-price-youhui {
    color: #004aeb;
    /* padding-top: 5px; */
    display: inline-block;
    /* text-decoration: line-through; */
    font-size: 30px;
}
.kj-prodetail-num {
    color: #666666;
    padding-top: 35px;
    padding-left: 25px;
    padding-bottom: 20px;
}
.kj-cpxq-input-group1-2 {
    /* margin: -22px 0px 0px 110px; */
    display: inline-block;
    padding-left: 30px;
    margin: -35px 30px 10px 41px;
    display: inline-block;
    padding-left: 30px;
}
.kj-pro-num-minus {
    width: 35px;
    border: 1px solid rgb(236 231 231);
    background-color: rgb(255 255 255);
    height: 35px;
    line-height: 35px;
    padding: 0px;
}
.kj-cpxq-input2-2 {
    width: 75px;
    text-align: center;
    border: 1px solid rgb(224 224 224);
    height: 35px;
    line-height: 25px;
    border-left: 0px;
    border-right: 0px;
}
.kj-pro-num-plus {
    width: 35px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255 255 255);
    height: 35px;
    line-height: 35px;
    padding: 0px;
}
.kj-yxdc-newitem-image {
    border: 2px solid #4d4f50;
    border-radius: 15px;
    overflow: hidden;
}
.kj-prolist-item:hover {
    box-shadow: 0 0 8px #01973e;
    transform: scale(0.8);
    transition: 0.2s;
}
.kj-rem {
    color: #999999;
    padding-top: 10px;
    color: #999999;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#search-text {
    width: 500px;
    height: 40px;
}

#search-but {
    width: 65px;
    height: 40px;
}
.kj-navbar-container{
    background-color:#fff;
}
.kj-navbar {
    background-color: #01973e;
    color: #ffffff;
    border-width: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 45px;
}

    .kj-navbar .navbar-nav > li > a{
        padding-top:12px;
        padding-bottom:13px;
    }
    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
    }
    


    .kj-navbar .navbar-brand {
        color: #ffffff;
    }

        .kj-navbar .navbar-brand:hover {
            color: #ffffff;
            background-color: #42bee800;
        }

    .kj-navbar .navbar-nav > li > a {
        color: #fff;
        font-size: 15px;
        padding-left: 38px;
        padding-left: 42px;
        padding-right: 41px;
        padding-right: 38px;
        transition: all 0.5s ease 0s;
    }



        .kj-navbar .navbar-nav > li > a:hover, .kj-navbar .nav > li > a:hover, .kj-navbar .nav > li > a:focus, .kj-navbar .nav > li > a:active {
            color: #fff;
            background-color: #42bee800;
            /*border-bottom: 2px solid #fcff00;*/
        }
    .kj-navbar .nav > li > a.active {
        color: #fff;
        background-color: #01973e;
        border-bottom: 2px solid #fcff00;
    }
.kj-brand-center-class {
    padding: 20px 0px;
}
.kj-v-one {
    margin-bottom: 20px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.kj-promenu-dropdown > a, .kj-promenu-dropdown.open > a {
    background-color: #42bee800;
}

.kj-promenu-dropdown-ul {
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    padding: 5px 0;
    list-style: none;
    margin: 0px;
    display: none;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .kj-promenu-dropdown-ul .caret, .kj-navbar-right .dropdown-menu .caret {
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        width: 0px !important;
        height: 0px !important;
        margin-left: 0px !important;
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        position: relative;
        display: inline !important;
    }

        .kj-promenu-dropdown-ul .caret:before, .kj-navbar-right .dropdown-menu .caret:before {
            content: "\f105";
        }

.kj-promenu-dropdown:hover .kj-promenu-dropdown-ul {
    display: block;
}

.kj-promenu-dropdown > .kj-promenu-dropdown-ul li {
    position: relative;
}


.kj-promenu-dropdown > .kj-promenu-dropdown-ul > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

    .kj-promenu-dropdown > .kj-promenu-dropdown-ul > li a:hover, .kj-promenu-dropdown > .kj-promenu-dropdown-ul li:hover > a,
    .kj-navbar-right .dropdown-menu > li a:hover, .kj-navbar-right .dropdown-menu li:hover > a {
        background-color: #ffffff;
        color: #01973e;
    }

.kj-promenu-dropdown > .kj-promenu-dropdown-ul ul, .kj-navbar-right .dropdown-menu ul {
    position: absolute;
    left: 100%;
    min-width: 100%;
    top: 0px;
    padding: 5px 0;
    display: none;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.kj-promenu-dropdown > .kj-promenu-dropdown-ul li:hover > ul, .kj-navbar-right .dropdown-menu li:hover > ul {
    display: block;
}

.kj-navbar-right .dropdown-menu {
    border: 0px;
    background: #01973e;
    color: #fff;
}

.kj-navbar-right > .dropdown.open > a {
    color: #fff;
    background-color: #fff0;
}
.kj-navbar .navbar-nav > li > a:hover::before {
    content: "";
    display: block;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 65px;
    width: 5px;
    height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fcff00;
}
.kj-navbar-right .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.kj-navbar-right .dropdown-menu ul:nth-child(2){
    border:1px solid green;
}
.kj-tjcppro:hover {
    box-shadow: 0px 0px 8px rgb(100 100 100 / 20%);
}
.kj-navbar-right .dropdown-menu ul:nth-child(2) > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}

.kj-serviceonline-navbar {
    line-height: 45px;
    text-align: right;
    font-size: 16px;
    padding-left: 15px;
}


.kj-top-image {
    margin-top: -23px;
}

/*.kj-index-banner {
    margin-bottom: 20px;
}*/

.kj-index-tabs {
    background-color:#fff;
}

    .kj-index-tabs .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #00b1ff;
        border-radius: 0px !important;
        border-left: 0px;
        border-right: 0px;
    }

    .kj-index-tabs .nav-tabs > li.active > a, .kj-index-tabs .nav-tabs > li.active > a:hover, .kj-index-tabs .nav-tabs > li.active > a:focus {
        background-color: #00b1ff;
        color: #fff;
        border-color: #00b1ff;
        border-bottom: 1px solid #00b1ff;
        border-radius: 0px !important;
    }
.kj-index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 16px;
}
.kj-index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
    .kj-pro-switer-container {
    border-right: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
}

    .kj-pro-switer-container .swiper-slide {
        height: 280px;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

        .kj-pro-switer-container .swiper-slide:first-child {
            /*border-left: 0px solid #dddddd;*/
        }

    .kj-pro-switer-container .swiper-button-prev {
        background-color: #e5e5e5;
        background-image: none;
        text-align: center;
        line-height: 44px;
        left: 0px;
    }

        .kj-pro-switer-container .swiper-button-prev:after {
            content: "\f104";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            color: #555555;
        }

    .kj-pro-switer-container .swiper-button-next {
        background-color: #e5e5e5;
        background-image: none;
        text-align: center;
        line-height: 44px;
        right: 0px;
    }

        .kj-pro-switer-container .swiper-button-next:after {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            color: #555555;
        }

.kj-index-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.kj-tabpro-swiper-col {
    height: 280px;
}

    .kj-tabpro-swiper-col .kj-pro-href-img {
        height: 180px;
        display: block;
        line-height: 180px;
        text-align: center;
    }

        .kj-tabpro-swiper-col .kj-pro-href-img img {
            max-height: 180px;
            max-width: 95%;
        }

    .kj-tabpro-swiper-col .kj-pro-name-href {
        padding: 8px;
        min-height: 56px;
    }

    .kj-tabpro-swiper-col .kj-pro-price {
        color: red;
        font-size: 18px;
        padding: 8px;
    }

    .kj-tabpro-swiper-col .kj-pro-price-box {
        border: 1px solid #f8b004;
        width:90%; margin:0px auto;
        height:32px;
  
    }
        .kj-tabpro-swiper-col .kj-pro-price-box .kj-member-price {
            background-color: #f8b004;
            color:#fff;
            font-size:16px;
           float:left;
            width:50%;
            text-align:center;
           height:30px;
           line-height:30px;

        }
        .kj-tabpro-swiper-col .kj-pro-price-box .kj-market-price {
            background-color: #fff;
            color: #999;
            font-size: 12px;
            float: left;
            text-align: center;
            height: 30px;
            width: 50%;
            line-height: 30px;
        }
            .kj-tabpro-swiper-col .kj-pro-price-box .kj-market-price:before {
                content: "";
                width: 20px;
                float: left;
                height: 30px;
                border-width: 15px;
                border-style: solid;
                border-color: #f8b004 white white #f8b004;
            }

            .kj-index-floor-header {
                border-bottom: 2px solid #00b1ff;
                padding-top: 10px;
                padding-bottom: 8px;
            }

.kj-title {
    padding-bottom: 15px;
}
.kj-about-img img{
    margin:0 auto;
}
.kj-caption {
    text-align: center;
    background-color: #fff;
    color: #333;
}
.kj-recom-product {
    font-size:38px!important;
    font-weight: bold;
    padding-bottom: 26px;
}
    .kj-recom-product span {
        color: #02973d;
    }

.kj-caption a {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    color: #333333;
    display: block;
}

.kj-index-chantj.swiper-button-prev, #protj .swiper-container-rtl .swiper-button-next, #protj .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #42bee8;
    font-size: 62px;
}
.kj-index-chantj .swiper-container-rtl .swiper-button-next, #protj .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #045ccf;
    font-size: 62px;
}
.kj-index-chantj {
    position: relative;
}
    .kj-index-chantj .swiper-button-prev {
        left: -1px;
        text-align: center;
        width: 30px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 32px;
        background: #909195;
        opacity: .8;
        top:158px;
    }
.swiper-button-prev, .swiper-button-next {
    background-image: inherit;
}
.kj-index-chantj .swiper-button-next {
    right: 1px;
    text-align: center;
    width: 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 32px;
    background: #909195;
    opacity: .8;
    top:158px;
}
.kj-index-profile{
    position:relative
}


    .kj-index-profile .swiper-button-prev {
        left: 210px;
        text-align: center;
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #00973c;
        font-size: 56px;
        background: #fff;
        /* opacity: .8; */
        border-radius: 37px;
        top: 220px;
    }
    .kj-index-profile .swiper-button-next {
        right: 210px;
        text-align: center;
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #00973c;
        font-size: 56px;
        background: #fff;
        border-radius: 37px;
        top: 220px;
    }
.kj-thumbnail:hover {
    box-shadow: 0px 0px 20px rgb(56 53 53 / 50%);
}


    .kj-index-chantj.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #ddd;
}
.kj-pro-fenye .pagination > .active > a {
    background-color: #01973e!important;
    border-color: #01973e!important;
}
.kj-index-chantj.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: #A20000;
    border: 0px;
}
.kj-caption a:hover {
    background-color: #fff;
    color: #333;
}
.kj-index-news {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
}
.kj-index-profile {
    background: #e4eef0;
    padding-top: 70px;
    padding-bottom: 45px;
}
.kj-thumbnail {
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px;
}
.kj-index-renews .swiper-pagination-bullet {
    width: 50px!important;
    height: 5px;
    display: inline-block;
    border-radius: 0px !important;
    background: #000;
}
.kj-index-renews .swiper-pagination-bullet-active {
    opacity: 1;
    background: #01973e!important;
}
/*.kj-thumbnail a > img {
        min-height: 190px;
        max-height: 190px;
    }*/
.kj-cptj {
    padding: 25px 0px;
    background-color: #FaFaFa;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 547px;
    margin-top: -1px;
    padding-top: 45px;
}
.kj-recom-product {
    background-image: url(../images/rxbj.jpg);
    background-repeat: no-repeat;
    background-position: 148px 3px;
}
/*.kj-pro-swiper-container{
    max-height:376px;
}*/
.kj-title {
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.kj-index-renews {
    padding-bottom: 40px;
}
.kj-tjcppro {
    border: 1px solid #E7E7E7;
    margin-bottom: 15px;
}

.kj-tjcpproimg {
    height: 195px;
    line-height: 195px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.kj-index-pro {
    text-align: left;
    padding: 3px 0px;
    color: #666666;
}
.kj-index-shopcart {
    border: 0px;
    background: #66ca06;
    color: #fff;
    padding: 10px 55px;
    margin-bottom: 12px;
    text-align: center;
    margin-top: -4px;
}
    .kj-index-shopcart:hover {
        background-color: #01973e;
        color:#fff;
    }
.kj-index-cart {
    text-align: center;
}




.kj-tjcpproimg img {
    max-height: 150px;
    display: inline-block;
}

.kj-tjcpname {
    padding: 10px;
    text-align: center;
    background: #fff;
}

    .kj-tjcpname h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

        .kj-tjcpname h5:first-child a {
            color: #333333;
            font-size: 15px;
        }
.kj-pro-viewmore {
    background: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}
    .kj-pro-viewmore:hover {
        border-bottom: 2px solid #42bee8;
    }
.kj-pro-viewmore > a {
    color: #42bee8;
}
        .kj-pro-viewmore > a:hover {
            color: #045ccf;
        }
.kj-title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #045ccf;
    width: 35px;
    margin: 12px auto;
}




.kj-aboutus {
    padding: 50px 0px;
    background-color: #fff;
}

.kj-aboutuscont {
    line-height: 36px;
    color: #666;
}

.kj-cpmore {
    margin-top: 40px;
    display: block;
    width: 220px;
    text-align: center;
    border: 1px solid #045ccf;
    border-radius: 40px;
    height: 48px;
    line-height: 48px;
    color: #045ccf;
}

.kj-newslatimg {
    position: relative;
}

.kj-jguiok {
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to top,rgba(60,65,68,1), rgba(60,65,68,0));
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
}



.kj-index-banner-line {
    margin-bottom: 20px;
}
.kj-sdbk{
    background:#fff;
    padding:50px 0;
}
.kj-sdmk-title {
    font-size: 20px;
    padding: 10px;
}
.kj-footer {
    background-color: #333333;
    padding-top: 2px;
    color: #fff;
    clear:both;
}

.footer-row {
 
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom-box {
    background-color: #f7f7f7;
}

.footer {
    line-height: 20px;
    text-align: center;
    background-color: #333333;
}

.bottom-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.bottom-nav > ul > li > a {
    font-size: 16px;
    color: #cccccc;
    font-weight: 500;
}
.bottom-nav .catalog2 li > a {
    color: #a8a8a8 !important;
}
.bottom-nav > ul > li li {
    font-size: 14px;
    line-height: 25px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.bottom-nav > ul > li ul {
    padding-top: 10px;
}

.bottom-text {
    margin-top: 30px;
    padding-bottom: 30px;
}

.footer {
}

.kj-footer-bottom-content {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .kj-footer-bottom-content p {
        margin: 0px;
        padding: 0px;
    }


/*面包屑*/
.breadcrumb {
    margin-top: -28px;
    padding-bottom: 10px;
    background-color: white;
    border-bottom: 0px solid #dddddd;
    border-radius: 0px;
    padding: 3px 77px;
}

    .breadcrumb > li {
        font-size: 16px;
        color: #333333;
    }

        .breadcrumb > li > a {
            color: #333333;
        }

        .breadcrumb > li > a {
            color: #333333;
        }

    .breadcrumb .active {
        color: #1d5edc !important;
    }

    .breadcrumb > li + li:before {
        color: #333;
    }

.kj-bread-new {
    padding-top: 20px;
    font-size: 17px;
}


/*phone footer*/


.kj-phonefooter .navbar-default {
    border-width: 0px;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.kj-phonefooter .nav-tabs a i {
    color: #777777;
}

.kj-phonefooter .nav-tabs {
    text-align: center;
    padding: 5px;
    border-bottom-width: 0px;
}

    .kj-phonefooter .nav-tabs a {
        color: #999999;
        text-align: center;
    }

        .kj-phonefooter .nav-tabs a.active,
        .kj-phonefooter .nav-tabs a.active i {
            color: #f60;
        }

        .kj-phonefooter .nav-tabs a i {
            color: #777777;
        }

    .kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col a.kj-addtocart-btn-href {
        display: block;
        font-size: 16px;
        margin-top: -5px;
        margin-bottom: -15px;
        margin-right: -5px;
        line-height: 60px;
        background-color: #ff6600;
        color: #fff;
    }

    .kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col {
        padding: 0px;
        margin: 0px;
    }

.kj-shopcart-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
    display: none;
}
/*end */
.kj-index-datu {
    background-size: cover;
    background-position: fixed;
    width: 100%;
    /* height: 100%; */
    height: 450px;
}
/* 第二行 促销产品 */
.kj-index-wzh1-2 {
    text-align: center;
    margin: 50px 0px 15px;
}

.kj-wxchat {
    display: inline-block;
    position: relative;
}

.kj-wxchatimg img {
    max-height: 80px;
    max-width: 80px;
}

.kj-zxlyb .panel-body {
    padding: 9px;
}

.kj-wxchatimg {
    position: absolute;
    top: 23px;
    left: -12px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #D32F2F;
    border-radius: 10px;
    z-index: 999;
    display: none;
}

.kj-index-w1-2 {
    font-size: 28px;
    color: rgb(208, 19, 41);
}

.kj-index-w2-2 {
    font-size: 28px;
    color: black;
}

.kj-index-w3-2 {
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.kj-index-t1-2 {
    text-align: center;
    margin: 12px 0px 40px;
}

.kj-index-dmt1-2 {
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    margin: 0px 0px 10px;
}

.kj-jgujgolk {
    cursor: pointer;
}

.kj-zxlyb {
    border: 1px solid #66ca07;
    border-radius: 10px;
    position: absolute;
    bottom: 42px;
    background-color: #fff;
    display: none;
}

.kj-index-dmt1-2:hover {
    box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.kj-zxlyb input[type="text"].formcom-ipt, .kj-zxlyb textarea {
    width: 90%;
}

.kj_zfimg {
    float: right;
}

    .kj_zfimg img {
        max-width: 60px;
    }

.kj-index-t2-2 {
    margin: 15px 0px 28px;
    text-align: center;
}

    .kj-index-t2-2 img {
        max-height: 130px;
        display: inline-block;
    }

.kj-index-w4-2 {
    margin: 10px 20px 11px;
    color: rgb(208, 19, 41);
    font-size: 16px;
}

.kj-index-w5-2 {
    text-align: center;
    font-size: 22px;
    color: white;
    position: absolute;
    top: 220px;
    left: 70px;
}

.kj-catalogimg {
    height: 320px;
    line-height: 320px;
    text-align: center;
    overflow: hidden;
}

.kj-index-di2h {
    margin: 0px 0px 70px;
}
/* 第三行 产品中心 */
/*.kj-index-wzh1-3 {
    position: absolute;
    top: 100px;
    left: 50px;
    text-align: center;
}*/

.kj-index-w1-3 {
    color: white;
    font-size: 18px;
}

.kj-index-w2-3 {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.kj-index-w3-3 > a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid white;
}

    .kj-index-w3-3 > a:hover {
        background-color: rgba(255, 255, 255, 1);
        color: rgb(208, 19, 41);
    }

.kj-text-line-feed p {
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
    text-align: center;
    color: rgba(0, 0, 0, .6);
}

.kj-jgugjo {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(212,61,59,.8);
    width: 100%;
    height: 100%;
}

.kj-index-swiper-container2 .swiper-slide:hover .kj_kjgfugjokl {
    height: 402px;
}

.kj-index-swiper-container2 .swiper-slide:hover .kj-catalogimg {
    height: 402px;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
}

.kj_product_shopcart {
    background-color: #D32F2F;
    border: 0px;
    padding: 8px 10px;
    border-radius: 5px;
}

.kj-index-swiper-container2 .swiper-slide:hover .kj-hgujdok {
    display: none;
}

.kj-index-swiper-container2 .swiper-slide:hover .kj-jgugjo {
    display: table;
}



.kj-index-wzh1-3 {
    vertical-align: middle;
    display: table-cell;
}

.kj-index-w4-3 {
    text-align: center;
    font-size: 16px;
    margin: 20px 0px 10px;
    color: rgba(0, 0, 0, .6);
}

.kj-index-btn1-3 {
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 200px;
    padding: 6px 14px;
    position: absolute;
    top: 55%;
    left: -40px;
    outline: none;
    z-index: 10;
}

.kj-index-btn2-3 {
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 200px;
    padding: 6px 14px;
    position: absolute;
    top: 55%;
    right: -40px;
    outline: none;
    z-index: 10;
}

    .kj-index-btn2-3:focus, .kj-index-btn1-3:focus {
        color: rgb(208, 19, 41);
        border: 2px solid rgb(208, 19, 41);
    }

.kj-index-swiper-container2, .kj-index-swiper-container3 {
    margin: 0px 0px 70px;
}

/* 第四行 品牌中心 */
.kj-index-swiper-slide3 {
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    height: 140px;
    line-height: 140px;
    text-align: center;
}

    .kj-index-swiper-slide3 img {
        display: inline-block;
    }

.kj-index-swiper-container3 {
    border-top: 1px solid rgb(217, 217, 217);
    border-left: 1px solid rgb(217, 217, 217);
}

.kj-index-btn1-4 {
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 200px;
    padding: 6px 14px;
    position: absolute;
    top: 55%;
    left: -60px;
    outline: none;
    z-index: 10;
}

.kj-index-btn2-4 {
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 200px;
    padding: 6px 14px;
    position: absolute;
    top: 55%;
    right: -60px;
    outline: none;
    z-index: 10;
}

    .kj-index-btn2-4:focus, .kj-index-btn1-4:focus {
        color: rgb(208, 19, 41);
        border: 2px solid rgb(208, 19, 41);
    }

.kj-index-di4 {
    position: relative;
}

/* 第五行 */
.kj-index-kk5-1 {
    text-align: center;
    margin: 50px -1px;
    border: 1px solid rgb(221, 221, 221);
    background-color: white;
    padding: 30px 28px 20px;
    height: 195px;
    z-index: 100;
}

.kj-jguji {
    list-style: none;
    padding-left: 0px;
}

.kj-index-kk5-1:hover {
    box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    z-index: 100;
    position: relative;
}

.kj-index-tb1-5 {
    font-size: 50px;
    color: rgb(208, 19, 41);
}

.kj-index-w1-5 {
    font-size: 16px;
    margin: 20px 0px 10px;
    color: rgba(0, 0, 0, 0.8);
}

.kj-index-w2-5 {
    color: #666;
    font-size: 13px;
    line-height: 22px;
}
.kj-di-w1-1 {
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 12px 0px;
    background-color: #66ca07;
    border-radius: 4px;
    z-index: 100;
    margin-top: -40px;
    letter-spacing: 2px;
}

.kj_projguj {
    min-height: 200px;
}
/*浮动框*/
.kj-floatbar {
    position: fixed;
    transition: all 0.5s ease 0s;
    z-index: 1001;
}
.kj-floatbar-item-content {
    position: absolute;
    top: 0px;
    min-width: 125px;
    display: none;
    min-height: 100px;
    padding: 10px;
    background-color: #e49d0e;
    color: #ffffff;
}

    .kj-floatbar-item-content a:hover {
        color: #ffffff !important;
    }

.kj-floatbar-items-list {
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

    .kj-floatbar-items-list .kj-floatbar-item {
        margin-bottom: 0px;
    }

.kj-floatbar-item {
    position: relative;
    margin-bottom: 10px;
}

.kj-floatbar-items-list .kj-floatbar-item-icon {
    border-width: 0px;
    border-bottom: 1px solid #dddddd;
}

.kj-floatbar-item-icon {
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s ease 0s;
    color: #777777;
    border: 1px solid #dddddd;
    text-align: center;
    background-color: #fff;
    display: block;
}

    .kj-floatbar-item-icon i {
        font-size: 24px;
    }

    .kj-floatbar-item-icon span {
        font-size: 12px;
        display: block;
    }

#floatbar-arraw-up {
    display: none;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

    #floatbar-arraw-up .kj-floatbar-item-icon {
        width: 62px;
        height: 62px;
    }

.kj-newslist-box li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
}

.kj-shopcart-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #F6971F;
    border-radius: 10px;
    display: none;
}
.kj-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}
.kj-pos-h-right {
    right: 10px;
}

.kj-pos-h-right .kj-floatbar-item-content {
    right: 60px;
}


.kj-floatbar-item:hover .kj-floatbar-item-content {
    display: block;
}

.kj-floatbar-item-icon:hover {
    background-color: #e49d0e;
    border-color: #e49d0e;
    color: #ffffff;
}

.kj-floatbar-item-content p {
    margin-bottom: 5px;
    white-space: nowrap;
}

    .kj-floatbar-item-content p a {
        color: #fff;
    }
/*end*/

/*楼层*/
.kj-scroll-floorbox {
    position: fixed;
    transition: all 0.5s ease 0s;
    text-align: center;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

.kj-scroll-floorbox-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-floor-pos-h-right {
    right: 10px;
}

.kj-floor-pos-h-left {
    left: 10px;
}

.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}

.kj-scroll-floor-href {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-left: 5px;
    padding-right: 5px;
}

.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive, .kj-scroll-floor-gototop, .kj-scroll-floor-gototop:hover {
        background-color: #00b1ff;
        color: #ffffff;
        text-align: center;
    }
/*楼层end*/

/*面包屑*/
.breadcrumb {
   
    /*padding-bottom: 10px;*/
    background-color: white;
    /*border-bottom: 1px solid #dddddd;*/
    border-radius: 0px;
    margin-bottom:0px!important;
}

    .breadcrumb > li {
        font-size: 16px;
        color: #333333;
    }

        .breadcrumb > li > a {
            color: #333333;
        }

        .breadcrumb > li > a {
            color: #333333;
        }

    .breadcrumb .active {
        color: #01973e !important;
    }

    .breadcrumb > li + li:before {
        color: #333;
    }
/*end*/
/*筛选条件*/
.kj-product-fliter {
    margin-bottom: 20px;
}

.kj-product-fliter {
    border: 1px solid #ddd;
    padding: 10px 0px;
    width: 100%;
}

    .kj-product-fliter th {
        font-weight: normal;
        font-size: 12px;
        color: #999;
        border-bottom: 1px dashed #ddd;
        padding: 10px;
    }

.kj_jgigjik {
    height: 25px;
    overflow: hidden;
}

    .kj_jgigjik a.active {
        background-color: #01973e;
        color: #fff;
    }

.kj-product-fliter td {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px;
}

    .kj-product-fliter td a {
        display: block;
        float: left;
        padding: 2px 5px;
        margin: 3px 10px;
    }

        .kj-product-fliter td a.kj_product_show1 {
            float: right;
            color: #01973e;
        }

.afxli {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.afxlipro {
    padding: 15px;
    border-bottom: 2px solid #CCCCCC;
}

.afxli h1 {
    font-size: 17px;
    margin-top: 0px;
    font-weight: bold;
}

.kj_namebm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #999999;
}

    .kj_namebm span {
        color: #999;
    }

.kj_proxx ul li {
    float: left;
    padding-right: 30px;
}

    .kj_proxx ul li span {
        color: #999;
    }

    .kj_proxx ul li a {
        color: #007eff;
    }

.afxli img {
    max-height: 120px;
}

.kj_ngjgu a:first-child {
    color: #008ce9;
    padding-right: 25px;
}

.kj_shebeiproxq.kj_kfiuk {
    border: 0px;
}

.kj_shebeiproxq {
    margin-bottom: 20px;
}

    .kj_shebeiproxq ul li {
        float: left;
        padding-right: 20px;
    }

        .kj_shebeiproxq ul li span {
            color: #666;
        }

        .kj_shebeiproxq ul li a {
            color: #007eff;
        }
/*page*/
.kj-body-container {
    margin-bottom: 40px;
}

.kj-page-content-body {
    min-height: 400px;
    line-height: 200%;
    padding-left: 15px;
}

.kj-page-left-nav {
    padding-left: 0px;
    padding-right: 0px;
}

.kj-left-list-group .list-group-item:first-child {
    border-radius: 0px;
}

.kj-left-list-group .list-group-item:last-child {
    border-radius: 0px;
}
/*end*/

/*合作伙伴*/


.kj-yscp-title {
    padding-bottom: 12px;
    padding-top: 26px;
}

    .kj-yscp-title > span {
        font-size: 20px;
        color: #333333;
    }

    .kj-yscp-title > a {
        border: 1px #e4e4e4 solid;
        color: #484848;
        display: inline-block;
        padding: 5px 12px;
        text-align: center;
        border-radius: 20px;
        font-size: 12px;
    }

        .kj-yscp-title > a:hover {
            background-color: #fd8240;
            color: #ffffff;
        }
.kj-brand-center {
    background-color: #fff;
    padding: 10px;
}

.kj-brand-center-logo {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.kj-brand-center .kj-brand-item {
    margin-bottom: 0px !important;
}

.kj-brand-center-logo > img {
    line-height: 90px;
    display: inline-block;
}
.kj-brand-item {
    display: block;
    height: 105px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-size: cover;
}
.kj-brand-itemner {
    display: block;
    height: 105px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-size: cover;
}
.kj_jgugjki {
    border: 1px solid #ddd;
    height: 160px;
    line-height: 160px;
    text-align: center;
}
.kj-newitem-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    min-height: 225px;
}
.kj-index-rec-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    padding: 10px 0px 0px 0px;
}
.kj-pro-enname {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #d7d7d7;
}
.kj-pro-cas {
    padding-top: 10px;
    font-size: 13px;
}
    .kj_jgugjki img {
        display: inline-block;
        max-height: 150px;
    }
/*end*/
/*加购物车 /数量*/
.ShopCartBox {
    display: none !important;
}

.kj_product_shopcart {
    border: none;
    background-color: transparent;
    color: #c60406;
}

.kj-pro-num-box {
    position: relative;
    width: 90px;
    height: 26px;
    border: 1px solid #ddd;
    margin: 0px auto;
    background-color: #fff;
}

    .kj-pro-num-box button {
        position: absolute;
        top: 0px;
        width: 30px;
        background-color: #fff;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
        text-align: center;
        height: 24px;
    }

.kj-pro-num-minus {
    left: 0px;
    border-right: 1px solid #ddd !important;
}

.kj-pro-num-plus {
    right: 0px;
    border-left: 1px solid #ddd !important;
}

.kj-pro-num-box input {
    width: 26px;
    height: 23px;
    text-align: center;
    border: 0px;
    position: absolute;
    left: 31px;
    top: 0px;
}
/*end*/
.kj_product_page {
    margin-top: 30px;
    margin-bottom: 30px;
}
.kj_xpsc {
    background-color: #05913b;
    margin-right: 10px;
    text-align: center;
    height: 30px;
    width: 95px;
    line-height: 30px;
    display: block;
    float: left;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}
.kj-productitem-row {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.kj_gzsc i {
    color: #E3393C;
    padding-right: 5px;
}

.kj_gzsc a {
    padding-right: 10px;
}

.kj_jswzny li {
    padding: 5px 0px;
}

    .kj_jswzny li i {
        padding-right: 5px;
    }
    .kj_product_page > div > span {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid rgb(221,221,221);
        margin-right: 5px;
    }

    .kj_product_page select {
        display: none;
    }

    .kj_product_page > div > span input {
        border: 1px solid rgb(221,221,221);
    }

    .kj_product_page > div > span:last-child {
        border: 0;
    }

.kj_pagecontent {
    line-height: 28px;
}
/*产品列表*/
.kj-productlist-table th {
    white-space: nowrap;
    border-top: 0px !important;
    background-color: #e1f1e7;
    border-bottom: 1px solid #e1f1e7;
    vertical-align: middle !important;
    padding: 15px 15px !important;
    font-weight: bold;
    border-right: 2px solid #fff;
    text-align: center;
}
    .kj-productlist-table th:last-child{
        border-right:0px;
    }
.kj-productlist-table td {
    text-align: left;
    /* padding: 12px 8px !important; */
    vertical-align: middle !important;
    line-height: 28px !important;
    text-align: center;
}

.kj-productlist-table-search {
    white-space: nowrap;
    border-top: 0px !important;
    /* background-color: #f0f5fa; */
    border: 0px solid #ffffff;
    vertical-align: middle !important;
    padding: 10px 1px !important;
    text-align: center;
    background: #f4f4f4 !important;
}

    .kj-productlist-table-search th {
        white-space: nowrap;
        vertical-align: middle !important;
        text-align: center;
        border-top: 0px solid !important;
    }

.kj-product-img img {
    max-height: 45px;
}

.kj-productlist-table a {
    color: #01973e;
}

.kj-productlist-table > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.kj-productlist-col {
    min-height: 400px;
}

.kj-pre-price {
    color: #c60406;
    font-weight: 500;
    letter-spacing: 1px;
}

.kj-productgoodsinfo-table tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4 !important;
}
/*.kj-productitem-row {
    margin-top: -40px;
    margin-bottom: 20px;
}*/
.kj-productitem-row a {
    color:#01973e;
}

.kj-productitem-row h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-top: 16px;
    padding-bottom: 8px;
}

.kj-productlist-table-search {
    white-space: nowrap;
    border-top: 0px !important;
    /* background-color: #f0f5fa; */
    border: 0px solid #ffffff;
    vertical-align: middle !important;
    padding: 10px 1px !important;
    text-align: center;
    margin-bottom: 0px;
}

.kj-jgujgos {
    padding-bottom: 50px;
}

.kj-productlist-table-search th {
    white-space: nowrap;
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
    border-top: 0px solid !important;
    border-bottom: 0px;
    background-color: #f4f4f4!important;
    border-right:0px!important;
}

.kj-productlistinquiry {
    text-align: right !important;
    padding: 18px 10px !important;
}

.kj-productlist-table-search td {
    text-align: center;
}

.kj-productitem-row .kj_proxx {
    padding-bottom: 16px;
}

.kj-productlistins {
    border: 1px solid #007ab9;
    padding: 8px 30px;
    margin-right: 7px;
    border-radius: 3px;
    font-weight: bold;
    /* font-size: 17px; */
    /* font-size: large; */
    color: #007ab9;
    background: #fff;
}

    .kj-productlistins:hover {
        color: #007ab9;
    }

.kj-productitem-row .kj_namebm {
    padding-top: 8px;
    overflow: hidden;
}

    .kj-productitem-row .kj_namebm span {
        color: #999999;
    }

.kj-productitem-row .kj_proxx span {
    color: #999999;
}

.kj-sub-proitem-row {
    padding-top: 8px;
    padding-bottom: 0px;
    border-top: 1px solid #ddd;
    line-height: 46px;
    font-size: 15px;
}

.kj-search-table tbody > tr > th, .table > tfoot > tr > th, .kj-search-table > thead > tr > td, .kj-search-table > tbody > tr > td {
    border-top: 0px !important;
    background: #f4f4f4;
    line-height: 28px !important;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.kj-sub-proitem-row a {
    color: #01973e;
}
.kj-video-cap {
    font-size: 16px;
    margin-top: -10px;
}
.kj-productitem-img {
    padding-top: 16px;
    padding-bottom: 16px;
}

.kj-proitem-goods {
    /*border-top: 1px solid #eeeeee;*/
    margin-top: 10px;
    padding-bottom: 14px;
}

.kj-productlist-moregui {
    padding: 0px;
    padding: 0px !important;
    border: 0px !important;
}

.kj-productlist-table {
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

.kj-toggle-proitem-goods {
    display: inline-block;
    padding-bottom: 8px;
    margin-top: 8px;
    padding-left: 12px;
}
/*end*/
/*end*/
/*产品过滤项*/
/*.kj-filter-col {
    margin-bottom: 20px;
}*/

.kj-product-fliter {
    border: 1px solid #dddddd;
    padding: 10px;
    padding-bottom: 0px;
}

    .kj-product-fliter dl {
        margin-bottom: 2px;
        border-bottom: 1px dashed #eee;
    }

    .kj-product-fliter dt {
        width: 60px;
        font-weight: normal;
        float: left;
        line-height: 30px;
        color: #666666;
    }

    .kj-product-fliter dd {
        margin-left: 70px;
        height: 40px;
        overflow: hidden;
    }

        .kj-product-fliter dd a {
            padding-left: 10px;
            line-height: 30px;
            padding-right: 10px;
            display: inline-block;
            margin-bottom: 10px;
        }

            .kj-product-fliter dd a.active {
                background-color: #01973e;
                color: #fff;
            }

        .kj-product-fliter dd .viewmore {
            float: right;
            color: #01973e;
        }
/*end*/

/*产品详情*/

.kj-productgoodsinfo-table {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .kj-productgoodsinfo-table th {
        white-space: nowrap;
        vertical-align: middle !important;
        text-align: center;
    }

    .kj-productgoodsinfo-table td {
        vertical-align: middle !important;
        text-align: center;
    }

.kj-pinfo-favbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-pinfo-image-col {
    padding-left: 0px;
}

.pinfo-detail-title-header {
    padding-bottom: 15px;
}

.kj-pinfo-subinfo {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.kj-pinfo-btn-bar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.kj-pi-spantitle {
    color: #999999;
}

.kj-pinfo-subi-col {
    padding-top: 8px;
    padding-bottom: 8px;
}
.kj-pro-list-item a {
    color: #666666;
}

.kj-pro-list-item .kj-pro-list-item-img {
    border: 1px solid #dddddd;
    height: 200px;
    overflow: hidden;
}

    .kj-pro-list-item .kj-pro-list-item-img a {
        display: block;
        line-height: 170px;
        vertical-align: middle;
        text-align: center;
    }

    .kj-pro-list-item .kj-pro-list-item-img img {
        max-width: 95%;
        max-height: 170px;
    }

.kj-pro-list-item .kj-pro-list-item-summary {
    padding: 0px 10px 10px 10px;
}

.kj-pro-list-item-name {
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.kj_pagecontent {
    line-height: 28px;
}

.kj-new-media-list {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-top: 10px;
}

.kj-news-title > b > a {
    color: #333;
}

.kj-info-right {
    text-align: center;
    line-height: 170px;
}

    .kj-info-right::before {
        border-left: 1px solid #dddddd;
        content: "";
        position: absolute;
        height: 150px;
        top: 13px;
        left: 30px;
    }
.kj-pro-list-item-cas {
    height: 20px;
}

#relproduct-swiper-container .swiper-wrapper .swiper-slide {
    height: 260px;
   
    background-color: #fff;
    transition: all 0.5s ease 0s;
}

    #relproduct-swiper-container .swiper-wrapper .swiper-slide:hover {
        box-shadow: 0px 0px 10px rgba(100,100,100,.5);
    }

.swiper-button-prev-newproduct {
    left: -28px;
    background-image: none;
}

    .swiper-button-prev-newproduct:after {
        content: "\f104";
        font: normal normal normal 48px/1 FontAwesome !important;
        color: #8ce4c8;
    }

.swiper-button-next-newproduct {
    right: -35px;
    background-image: none;
}

    .swiper-button-next-newproduct:after {
        content: "\f105";
        font: normal normal normal 48px/1 FontAwesome !important;
        color: #019740;
    }

.kj-pinfo-btn-bar button {
    border-radius: 20px;
    background-color: #317ee7;
    color: #fff;
    margin-right: 10px;
    padding: 4px 12px !important;
}
.kj_xpsc:hover{
    color:#fff!important;
}
.kj-pinfo-btn-bar button:hover {
    color: #fff;
}
    .kj-pinfo-favbox i.fa-heart {
        color: red;
    }

.pinfo-buyinfobox {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .pinfo-buyinfobox dl {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .pinfo-buyinfobox dt {
        font-weight: normal;
        color: #999999;
        width: 80px;
        float: left;
    }

    .pinfo-buyinfobox dd {
        margin-left: 100px;
    }

    .pinfo-buyinfobox .kj-pre-price {
        font-size: 20px;
    }

.kj-buybox-btnbox {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .kj-buybox-btnbox button {
        height: 40px;
        width: 180px;
        background: none;
        margin-right: 10px;
    }

    .kj-buybox-btnbox .kj-btn-buynow {
        border: 1px solid #01973e;
        color: #01973e;
        font-size: 17px;
        background-color: #fff;
    }

    .kj-buybox-btnbox .kj-btn-addtocart {
        border: 1px solid #00b1ff;
        color: #fff;
        font-size: 17px;
        background-color: #00b1ff;
    }

.kj-pinfo-image-swiper-button-next {
    background-color: rgba(100,100,100,.5);
    background-size: 60%;
}

.kj-pinfo-image-swiper-button-prev {
    background-color: rgba(100,100,100,.5);
    background-size: 60%;
}
/*end*/

/*文章列表*/
.kj-newslist-box, .kj-newslist-box li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .kj-newslist-box li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

        .kj-newslist-box li:before {
            content: "\f105";
            font: normal normal normal 18px/1 FontAwesome;
        }

/*end*/
.product-nav-list {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.li-clear {
    clear: both;
    line-height: 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.product-nav-list > ul > li:first-child {
    border-bottom: none;
}

.li-left {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .li-left:active {
        background-color: #00b1ff;
    }

.li-right {
    float: right;
    padding-right: 20px;
}

    .li-right > a {
        color: #00b1ff;
    }

.turn-page {
    text-align: center;
}


.product-num {
    width: 32px;
    text-align: center;
}
/*产品试剂*/
.kj-product {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
}

    .kj-product span {
        margin-right: 20px;
        color: #333333;
    }

.kj-product {
    color: #999999;
}

.product-pname {
    line-height: 30px;
}

.product-name {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.kj-guestbook_form {
    width: 530px;
    margin: 0 auto;
}
.kj-formcolumn-item-ct input {
    border: 1px solid #dadada;
    border-radius: 8px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 480px;
}

.formcom-ipt {
    border: 1px solid #dadada;
    border-radius: 8px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    /* width: 480px; */
}
.kj_ysyzyqo{
    padding:20px 0;
}
@media(max-width:1200px) {
    .kj-navbar .navbar-nav > li > a {
        padding-left: 35px;
        padding-right: 35px;
    }

    .kj-product-class .kj-idx-pro-item-col:nth-last-child(1), .kj-product-class .kj-idx-pro-item-col:nth-last-child(2) {
        display: none;
    }
}

@media(max-width:992px) {
    .kj-navbar .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .kj-product-nav > ul > li > a {
        margin-left: 24px;
    }

    .kj-product-class .kj-idx-pro-item-col:nth-last-child(1),
    .kj-product-class .kj-idx-pro-item-col:nth-last-child(2),
    .kj-product-class .kj-idx-pro-item-col:nth-last-child(3),
    .kj-product-class .kj-idx-pro-item-col:nth-last-child(4) {
        display: none;
    }
}

@media(max-width:768px) {
    .kj-page-content-body img{
        max-width:100% !important;
        height:initial;
    }
    .kj-search-form-box {
        margin-left: 0px;
        /*margin-top: 35px;*/
    }
    .kj-productitem {
        margin: 0 auto;
        margin-left: 15px;
        margin-right: -15px;
    }
    .kj-index-floor-headtitle {
        padding-left: 15px;
    }

    .kj-logo-area-row {
        height: 50px;
    }

    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kj-navbar {
        background-color: #fff;
        color: #333;
        position: fixed;
        right: 0;
        left: 0;
        top:0;
        z-index: 1030;
    }



    .navbar-toggle {
        margin-right: 0px;
    }

        .navbar-toggle .icon-bar {
            background-color: #333;
        }

    .kj-navbar .navbar-nav > li > a {
        color: #333;
    }

    .kj-promenu-dropdown > a {
        color: #ffffff;
    }

    .kj-product-nav {
        text-align: left;
    }

        .kj-product-nav > ul > li > a {
            margin-left: 0px;
            margin-right: 25px;
        }

    .kj-search-form-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-search-toggle {
        float: right;
        margin-top: 9px;
        background-color: transparent;
    }

    .kj-navbar-brand {
        padding: 5px 10px;
    }

    .kj-footer-nav-wx {
        text-align: center;
        padding-top: 20px;
    }

    .bottom-nav > ul > li {
        border-bottom: 1px solid #dddddd;
    }

        .bottom-nav > ul > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
        }

        .bottom-nav > ul > li ul {
            display: none;
            padding-top: 5px;
            padding-bottom: 15px;
        }

        .bottom-nav > ul > li > a:active ul {
            display: block;
        }

    .kj-page-content-body {
        padding-left: 0px;
    }

    .kj-product-fliter {
        border-width: 1px 0px 1px 0px;
    }

    .breadcrumb > li {
        font-size: 12px;
    }

    .kj-pinfo-image-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .swiper-button-prev-newproduct {
        display: none;
    }



    .swiper-button-next-newproduct {
        display: none;
    }

    .kj-pinfo-favbox {
        text-align: center;
    }

    .pinfo-detail-col {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .kj-pinfo-btn-bar {
        text-align: center;
        padding-bottom: 0px;
    }

        .kj-pinfo-btn-bar button {
            margin-bottom: 10px;
        }

    .pinfo-detail-col {
        padding-bottom: 0px;
    }

    .kj-buybox-btnbox {
        text-align:center;
    }

        .kj-buybox-btnbox button {
            height: 40px;
            width: 150px;
        }
}

@media(min-width:768px) {


    .kj-logo-area.collapse, .footer-row ul.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
